home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / games / zmud455.zip / ZMUD.EXE / 0 / RCDATA / TABORTDLG / TABORTDLG.txt
Text File  |  1997-04-13  |  1KB  |  59 lines

  1. object AbortDlg: TAbortDlg
  2.   Left = 358
  3.   Top = 173
  4.   BorderStyle = bsSingle
  5.   Caption = 'Printing'
  6.   ClientHeight = 80
  7.   ClientWidth = 154
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 76
  20.     Height = 13
  21.     Caption = 'Printing page'
  22.     Font.Color = clWindowText
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object PageNum: TLabel
  29.     Left = 96
  30.     Top = 16
  31.     Width = 8
  32.     Height = 13
  33.     Caption = '1'
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object CancelBtn: TBitBtn
  41.     Left = 8
  42.     Top = 44
  43.     Width = 136
  44.     Height = 27
  45.     Caption = 'Abort Printing'
  46.     Font.Color = clBtnText
  47.     Font.Height = -12
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     TabOrder = 0
  52.     OnClick = CancelBtnClick
  53.     Kind = bkCancel
  54.     Margin = 2
  55.     Spacing = -1
  56.     IsControl = True
  57.   end
  58. end
  59.